DicomObjects.NET.V8
DicomObjects Namespace / DicomLabelCollection Class / DicomLabelCollection Constructor / DicomLabelCollection Constructor(IEnumerable<DicomLabel>)



In This Topic
    DicomLabelCollection Constructor(IEnumerable<DicomLabel>)
    In This Topic
    Create a DicomLabelCollection object fro ma list
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal Items As IEnumerable(Of DicomLabel) _
    )
    'Usage
     
    Dim Items As IEnumerable(Of DicomLabel)
     
    Dim instance As New DicomLabelCollection(Items)
    public DicomLabelCollection( 
       IEnumerable<DicomLabel> Items
    )
    public:
    DicomLabelCollection( 
       IEnumerable<DicomLabel^>^ Items
    )

    Parameters

    Items
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also